Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Info Groups

Labels

ASCII
InfoGroup
Binary
info ( = 0x696E666F )

Data Format

No data.

Data Size

0

Description

An info group is a list of string objects delimited by begin group and end group objects. An info group allows objects containing information in text form to be placed together in a group.

Parent Hierarchy

Shared, shape, group.

Parent Objects

None.

Child Objects

None.

Example

BeginGroup ( InfoGroup ( ) )
    CString ( ... )
    .
    .
    .
    CString ( ... )
EndGroup ( )

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |